home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / disconnect < prev    next >
Text File  |  2001-04-06  |  493b  |  14 lines

  1. SYNOPSIS
  2.         void disconnect(object ob)
  3.  
  4. DESCRIPTION
  5.         Handle the loss of the IP connection for the (formerly)
  6.         interactive object ob. The connection can be lost because the
  7.         the underlying transport connection was lost (``netdead''), or
  8.         because of a call to exec() or remove_interactive(). The
  9.         connection will be unbound upon return from this call.
  10.  
  11. SEE ALSO
  12.         connect(M), remove_player(M), remove_interactive(E), exec(E),
  13.         interactive(E)
  14.